From e90953c8e9790106feb66d11ebe648de68e1ecb0 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 10 Sep 2008 15:36:26 +0000 Subject: [PATCH] Syntax fixes for non-Windows, non-Mac jeeps code. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3480 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/jeeps/gpslibusb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/jeeps/gpslibusb.c b/gpsbabel/jeeps/gpslibusb.c index a2c5be780..2a353d01c 100644 --- a/gpsbabel/jeeps/gpslibusb.c +++ b/gpsbabel/jeeps/gpslibusb.c @@ -67,7 +67,7 @@ static char ** os_get_garmin_mountpoints() { // Hacked for testing. - return { ".", NULL }; + return NULL; } #elif __APPLE__ // In fantasy land, we'd query iokit for enumerated devices of the Garmin @@ -84,7 +84,7 @@ char ** os_get_garmin_mountpoints() #elif char ** os_get_garmin_mountpoints() { - return {NULL}; + return NULL; } #endif -- 2.30.2